Software |
DMX4Linux Driver Suite for Linux |
csv2iif.pl suite convert PayPal transactions to IIF, OFX, QIF |
Hardware |
DMX30 Interface 128Ch SPP |
DMX43 Interface 2out 2in EPP |
LED Hardware for Linux and Windows |
EPROM Sampler for 8 bits of sound |
Misc |
CatWeasel Linux drivers for MK3/4 PCI |
pg_trompe PostgreSQL replication |
trycatch C exception/signal handling lib |
Patches to various software |
Tools and small scripts |
Docs misc documents |
Links to lighting stuff |
NAMEdmxconsole - simple dmx manipulating program SYNTAXdmxconsole [--dmx <device>] [--fkeys <number>] [--js <device>] [--mm <device>] [--ms <device>] [--ps2 <device>] [--mousescale <number>] [<filename>] OPTIONS
DESCRIPTIONdmxconsole is a simple curses console application. You can manipulate dmx channels directly and store them in different cues. Cues are crossfaded. Use the cursor keys to select a channel. You can increase/decrease its value with the +/- and PageUp/PageDown keys. The spacebar alters between zero and full value. With the function keys F1-F12 you select a different cue. The new cue is crossfaded into the current cue. You can change the crossfadetime with keys 0-9. The current set of cues are saved with 's'. The default filename is "default.chn" in the current directory. You can load a file upon startup by adding the filename to the command line. This file is then used to save. The last change to the current cue can by undoed with 'u'. Look at the KEYS section for a complete reference of keys. ENVIRONMENT VARIABLES
KEYS
MOUSE & JOYSTICKIf you have connected and enabled a mouse or joystick you can select the current channel by moving your mouse. The mouse wheel will act like pressing keys PageUp or PageDown, thus increasing or decreasing the channel value by 16. The right mouse button will toggle the current channel like pressing the space key. If you press the left mouse button while moving the mouse horizontically the current channel value is altered. The middle mouse button will set the current channel to 0. LIRC SUPPORT
If you have the lirc daemon running you can control dmxconsole with it. Please append
the distributed lircrc file to your ~/.lircrc file. Then edit
the section dmxconsole and replace the remote= setting with the
name of your IR control and the button= settings with your desired
buttons.
BUGSIf you use dmxconsole in a xterm, some function keys (F1-F12) may not work. This is due to the termcap or terminfo system providing wrong keycodes for those function keys. You can either ignore those function keys, use a different terminal program like rxvt or use the linux console. AUTHORSDirk Jagdmann <doj@cubic.org> part of the DMX4Linux package: https://llg.cubic.org/dmx4linux SEE ALSOdmxdisplay(X), dmxpanel(X) |